Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapCollectionBase<T> Class
The type of elements in the collection.
Members

In This Topic
    MapCollectionBase<T> Class
    In This Topic
    Represents the collection of map objects.
    Object Model
    MapCollectionBase<T> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class MapCollectionBase(Of T As INotifier) 
       Implements IEditingNotify 
    public abstract class MapCollectionBase<T> : IEditingNotify  
    where T: INotifier
    Type Parameters
    T
    The type of elements in the collection.
    Inheritance Hierarchy
    See Also